Welcome![Sign In][Sign Up]
Location:
Search - api ftp

Search list

[Othersvb020402

Description: 演示制作基于API的FTP程序(不使用控件)-demo production based on the FTP API (not to use controls)
Platform: | Size: 25835 | Author: 李子龙 | Hits:

[Ftp Server钟兵.RAR

Description: 本程序FTP功能是通过API编写与对方电脑连接,但对方要按装IIS中的FTP功能。连接后就可上传文件到对方电脑指定的目录。-FTP function of this program is to prepare through the API and other computer connections, but the other side according to the IIS installed FTP functions. A connection can upload files to the other computer specified directory.
Platform: | Size: 427449 | Author: 钟兵 | Hits:

[WinSock-NDISftplist

Description: 使用API获得FTP列表,输入到数据库中,可以为下载论坛自动生成数据库-use FTP API access to the list, the importation into the database, it can be downloaded from the Forum for Automatic Generation Database
Platform: | Size: 28629 | Author: chenwend | Hits:

[Ftp ClientFtpClientTest

Description: 采用SDK API函数实现FTP功能,非MFC类.-using SDK API functions FTP functions, non-MFC category.
Platform: | Size: 46165 | Author: 王钢 | Hits:

[TCP/IP stackduandianxiazai

Description: 这是几个断点下载的程序,包括:ftp协议实现多线程断点续传.rar,Site Snagger下载整个站点,使用WInternet API COOL.rar等-This is the breakpoint downloaded several procedures, including : ftp protocol multithreaded HTTP. Rar. Site Snagger download the whole site, WInternet use API COOL.rar etc.
Platform: | Size: 659784 | Author: yhn | Hits:

[Other resourceCEFTP

Description: 这个程序是我编写的从FTP站点下载文件的wince程序,自己封装了wininet.lib的API 形成几个基于MFC的类,并编写了下载文件的函数,可以移植到任何需要ftp操作的wince程序中。-this procedure is the preparation of the FTP site downloaded documents wince procedures, Packaging of their wininet.lib API form several categories based on the MFC, and the preparation of the documents downloaded function, can be transferred to any need ftp wince operating procedures.
Platform: | Size: 61912 | Author: cliburn | Hits:

[JSP/JavaJFtp

Description: JFtp是一个用 Java编写的图形化的FTP客户端程序。它支持所有基本的FTP操作,有一些改善的性能,如递归式目录上传,漂亮的swing UI,能够自动断点续传,能识别不完整的目录名。API从GUI中分离,可以用于第三方应用程序或命令行模式。-JFtp is a Java prepared by the graphic FTP client. It supports all basic FTP operation, the performance of some improvements, such as recursive directory upload, beautiful swing UI that can automatically HTTP, and can identify incomplete directory name. API separated from the GUI, can be used for third-party application programs or command line mode.
Platform: | Size: 93943 | Author: liaosp_11 | Hits:

[Ftp ClientFTPConsoleApplication

Description: 通过调用和封装API函数,穿越防火墙的FTP链接的CCharp类,全面详细。-by calling the API function and Packaging, across the firewall FTP links CCharp category, full details.
Platform: | Size: 6496 | Author: 钟平 | Hits:

[Internet-NetworkCodeProject

Description: 本程序主要演示了MFC WinInet编程的基本思想。WinInet API是一个函数集,利用这些函数,可以编写面向Internet的应用程序,而不用考虑基本的通信协议(FTP,HTTP),MFC提供的WinInet类是对WinInet API函数封装而成
Platform: | Size: 99464 | Author: zy | Hits:

[WinSock-NDISi032_zm037

Description: FTP代码。使用API实现通讯,速度快,稳定,代码完整。
Platform: | Size: 50723 | Author: storm | Hits:

[Ftp ClientCsharpFTP_src

Description: The WinInet.dll API is able to tunnel through firewalls - this simple FTP client will support file transfer even when your firewall has only port 21open!
Platform: | Size: 6698 | Author: 韩山 | Hits:

[Develop ToolsWinAPIFtp

Description: 纯WINDOWS API的FTP上传和下载控件。
Platform: | Size: 4020 | Author: 文丰良 | Hits:

[Ftp Clientpbftp

Description: 非api调用,使用ftp命令行模式进行ftp下载处理文件
Platform: | Size: 11570 | Author: madmind | Hits:

[Ftp ClientCFtpMgr

Description: 此ftp客户端根据FTP协议(rfc959)编写,不采用现成的FTP API。所以对于想理解FTP协议并编写代码实现协议的朋友是个不错的参考!
Platform: | Size: 15368 | Author: david | Hits:

[Windows DevelopBlueClient

Description: VC6.0 下开发的一个蓝牙客户端,使用的 widcomm 芯片驱动,API 开发,用于向蓝牙手机FTP 文件,可自动查找周围的蓝牙设备.
Platform: | Size: 278417 | Author: haowen | Hits:

[Other resourceEmbbeded_tcp_ip_user_guide

Description: 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协议栈在ARM7+RTL8019硬件环境下测试,并建立了FTP服务器和WEB服务器,性能稳定。 6)协议栈建立的FTP服务器和WEB服务器与Internet Explorer浏览器和ftp.exe相互兼容。 7)协议栈每一个SOCKET上建了数据缓冲队列(数据结构),用于接收SOCKET的并发数据,实现多SOCKET的并发数据报处理,可同时运行FTP服务器和WEB服务器。 8)协议栈实现了ACK的延时答应(200ms),支持TCP多包发送和接收,但未支持TCP数据报的失序处理,因此适合局域网内使用。 诚邀与您合作,QQ:292942278
Platform: | Size: 11406 | Author: 6756 | Hits:

[Ftp Clientjftp-1[1].00pre1.tar

Description: JFtp是一个用 Java编写的图形化的FTP客户端程序。它支持所有基本的FTP操作,有一些改善的性能,如递归式目录上传,漂亮的swing UI,能够自动断点续传,能识别不完整的目录名。API从GUI中分离,可以用于第三方应用程序或命令行模式。-JFtp Java is used to prepare a graphical FTP client program. It supports all basic FTP operation, the performance of some improvements, such as recursive directory upload beautiful swing UI, can automatically HTTP, and can identify incomplete directory name. API separated from the GUI, can be used for third-party applications or command line mode.
Platform: | Size: 93943 | Author: 叶舟 | Hits:

[WinSock-NDIS用Delphi实现远程控制

Description: WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访问大大简化。下面这个远程控制的例子就很清楚地说明了这个问题,它可以发送一个消息给对方,并能够使对方的电脑关闭、重新启动或重新登录。-WinSock API is a group for the transmission of data on the network and exchange information. Although there are now many tools such as FTP program on the network can transmit data and documents, but through WinSock greater programming flexibility, it does not need the care network connectivity details, but with WinSock very complicated programming. In Delphi, we do not need directly with the WinSock API deal because TServerSocket TClientSocket components and devices (in Internet pages) package of the most WinSock API, making the right WinSock visit greatly simplified. Following the example of the remote control very clear illustration of this problem, it can send a message to each other and to make each other's computers shut down, restart or re-logged.
Platform: | Size: 5445 | Author: 里平 | Hits:

[Ftp Server钟兵.RAR

Description: 本程序FTP功能是通过API编写与对方电脑连接,但对方要按装IIS中的FTP功能。连接后就可上传文件到对方电脑指定的目录。-FTP function of this program is to prepare through the API and other computer connections, but the other side according to the IIS installed FTP functions. A connection can upload files to the other computer specified directory.
Platform: | Size: 427008 | Author: 钟兵 | Hits:

[Internet-Networkftplist

Description: 使用API获得FTP列表,输入到数据库中,可以为下载论坛自动生成数据库-use FTP API access to the list, the importation into the database, it can be downloaded from the Forum for Automatic Generation Database
Platform: | Size: 28672 | Author: chenwend | Hits:
« 1 2 34 5 »

CodeBus www.codebus.net